バージョン

Tree(String,TreeModel,Object) メソッド

指定した id、モデル、および html 属性でツリーを描画します。
シンタックス
'宣言
 
Public Overloads Function Tree( _
   ByVal id As System.String, _
   ByVal treeModel As TreeModel, _
   ByVal htmlAttributes As System.Object _
) As System.Web.Mvc.MvcHtmlString
public System.Web.Mvc.MvcHtmlString Tree( 
   System.string id,
   TreeModel treeModel,
   System.object htmlAttributes
)

パラメータ

id
id。
treeModel
ツリー モデル。
htmlAttributes
HTML 属性。
参照

オンラインで表示: GitHub